home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / gnuc25.zip / C.DOC < prev    next >
Text File  |  1992-07-30  |  2KB  |  46 lines

  1. ~backward-cexp()    Move to the beginning the previous C subexpression.
  2.  
  3. This command moves to the beginning of the previous or immediately
  4. enclosing C subexpression.
  5.  
  6. ~end-of-defun()    Move to the end of the current function.
  7.  
  8. This command moves to the end of the current C function.
  9.  
  10. ~forward-cexp()    Move to the end of the next C subexpression.
  11.  
  12. This command moves to the end of the next or immediately enclosing C
  13. subexpression. 
  14.  
  15. ~indent-function()    Format the entire function.
  16.  
  17. This command moves from the top of the current function to the
  18. bottom of the current function and will format each line according to
  19. the variables set in the C indent module.
  20.  
  21. ~kill-cexp()    Delete the current C subexpression.
  22.  
  23. This command will delete all characters contained in the currently
  24. enclosing C subexpression.
  25.  
  26. ~list-functions()    Show a list of all functions in the current file.
  27.  
  28. This command will list all C functions defined within the current
  29. source file.
  30.  
  31. ~mark-function()    Make the current region surround the current function.
  32.  
  33. This command will place mark at the beginning of the current C function
  34. and place point at the end of the current C function and will turn the
  35. highlight on for this region.
  36.  
  37. ~start-of-defun()    Move to the beginning of the current function.
  38.  
  39. This command will move to the beginning of the current C function.
  40.  
  41. ~up-level()    Move to the beginning of the currently enclosing brace level.
  42.  
  43. This command will move to the beginning of the currently enclosing
  44. braces (as opposed to enclosing C subexpression).
  45.  
  46.